1. Download the Web Part
  2. Unzip the file

1# Download the web part

Ready to get started? First, you need to download your web part.

  1. Access your account at bindtuning.com;
  2. Go to My Downloads, switch to the web parts tab.
  3. Hover over the web part and click View webpart to open the web part details page; downloadlinks.gif

  4. Click Download.


2# Unzip the file

There are 3 different packaging options for the web part, all following Microsoft Add-In guidelines:

  • APP, for tenants with a configured App Store
  • WSP, no-code sandbox solution, recommended whenever sandbox is available
  • SPFx, for modern pages

After unzipping your web part package, you will find four folders, a app folder, a Compatibility List folder, a wsp for Sandbox environments, and a SPFx folder (available for BindTuning web parts with v2.5.3.16 or higher). You will be using one of these folders to install the web part.

But first, let's check out what is inside the package.


app 📁

└── BTLinks_x.x.x.x.app


COMPATIBILITY LIST 📁

└── BTLinksV2 List.wsp


wsp 📁

└── BTLinks_x.x.x.x.wsp

── README.md


(available for v2.5.3.16 or higher)

SPFx 📁

└── BTLinks_x.x.x.x.sppkg

Now let's get your website rocking! First thing on the list: Installation.

On the index menu choose the Installation process you want to follow: Installation with Sandbox (using .wsp), Installation with Apps or Installation for SPFx.